Extension point postContentCreationHandlers
Documentation
<postContentCreationHandler
class="org.nuxeo.ecm.platform.content.template.service.CollaborationPostHandler"
enabled="true" name="collaborationPostHandler" order="1"/>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.content.template.service.PostContentCreationHandlerDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="postContentCreationHandlers" target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService"> <postContentCreationHandler class="org.nuxeo.dam.AssetLibraryHandler" name="assetLibraryHandler"/> </extension>
-
<extension point="postContentCreationHandlers" target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService"> <postContentCreationHandler class="org.nuxeo.template.importer.InitListener" name="templateSamplesImporter"/> </extension>